Which type of code is the following? public class A { IEmailSender _emailSender public A(IEmailSender emailSender) { _emailSender = emailSender; } private void SendEmail() { _emailSender.Send(); } }

.NET Micro Framework - Online Exam Test Papers | .NET Micro Framework - MCQs[multiple choice questions and answers ] | .NET Micro Framework - Mock Test Papers | .NET Micro Framework - Practice Papers | .NET Micro Framework - Sample Test Papers |

Question:
Which type of code is the following? public class A { IEmailSender _emailSender public A(IEmailSender emailSender) { _emailSender = emailSender; } private void SendEmail() { _emailSender.Send(); } }

1.Inheritance

2.Dependency injection

3.Tightly coupled classes

4.Method overloading

Posted Date:-2022-08-15 12:22:34


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!